/* ~~~ SARAH LEE STYLE SHEET http://www.sarahlee.co.nz 12/04/06 ~~~ */
html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 76% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B42F44;
	background: url(../images/body_bg.gif) repeat-y;
}
a,
a:link,
a:visited{color: #B42F44; text-decoration: underline;}
a:hover,
a:active{color: #666;}

h1,h2,h3,h4,h5{margin: 1em 20px .5em;}
h2{font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;}
p
{
	margin: 0 0 1em;
	line-height: 1.5em;
}
ul{}
a img{border: none;}

/* ~~~ POSITIONING SELECTORS ~~~ */
#wrapper
{
    position: relative;
}
#masthead
{
    height: 137px;
	background: url(../images/masthead_bg.gif) no-repeat;
}
    #masthead h1
    {
        position: absolute;
        top: 18px;
        left: 159px;
        width: 163px;
        height: 87px;
        background: url(../images/logo.png) no-repeat;
        margin: 0;
    }
    #masthead h1 span{display: none;}

/* ~~~ INTRO STYLES ~~~ */
#tabs
{
	width: 527px;
	height: 63px;
	margin-left: 148px;
}
 #nav{margin: 0 0 0 1em; }
 #nav a
 {
    display: block;
    float: left;
    font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px;
    margin-right: 24px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
    color: #fff;
    letter-spacing: 1px;
 }
 #nav a:hover{border-color: #BEBFC4; color: #BEBFC4;}
#about,
#contact
{
	position: absolute;
	top: 133px;
	left: 44px;
	width: 888px;
	z-index: 2000;
	background-color: #fff;
	border: 1px solid #666;
}
#about{background: #fff url(../images/signature.png) no-repeat 24px 96%;}
#about p.right{margin-top: 40px;}
#about.hide,
#contact.hide{display: none;}
#about.show,
#contact.show{display: block;}
#about p,
#contact p{margin: 0 1em 1em 20px}
#about p a,
#contact p a{font-weight: bold;}

#contactLeft
{
    float: left;
    width: 50%;
}
#contactRight{float: right;}
#contactRight fieldset p{margin-left: 0;}

/* ~~~ GALLERY STYLES ~~~ */
#gallery
{
	height: 293px;
	background: url(../images/gallery_bg.gif) repeat-x;
}
	#photobox
	{
		position: relative;
		width: 886px;
		height: 293px;
		margin-left: 44px;
		background: url(../images/photos_bg.gif) no-repeat 34px 0;
		z-index: 2;
	}

dl.image
{
	width: 217px;
	float: left;
	display: inline;
	margin: 0 0 0 31px;
}
dl.first{margin-left: 87px}
dl.image dt{padding-top: 10px;}
dl.image dd{margin-left: 0; text-align: center; font-weight: bold; font-size: .9em;}
.previous span,
.next span{display: none;}

/* ~~~ Gallery Popup Image ~~~ */
#popup
{
    position: absolute;
	top: 133px;
	left: 44px;
	width: 888px;
	height: 425px;
	z-index: 2000;
	background-color: #fff;
	border: 1px solid #666;
	text-align: center;
	padding-top: 1em;
}
#popup img
{
    border: 1px solid #333;
    padding: 12px;
    background-color: #fff;
}
#popup p{font-weight: bold; margin: 1em 0;}
#popup #close
{
    position: absolute;
    top: 12px;
    right: 12px;
    font-weight: bold;
}
/* ~~~ Gallery Buttons ~~~ */
.previous,
.next
{
	position: absolute;
	top: 0;
	display: block;
	width: 71px;
	height: 293px;
	background-color: red;
	z-index: 1;
}
.previous
{
	left: 0;
	background: url(../images/more_left.gif) no-repeat 0 121px;
}
.next
{
	right: 0;
	background: url(../images/more_right.gif) no-repeat 100% 121px;
}

/* ~~~ Text Styles ~~~ */
.right{text-align: right;}



/* ~~~ FORMS ~~~ */
form{margin: 0;}
fieldset
{
    border: 1px solid #666;
    margin: 0 20px 1em;
    background-color: #BEBFC4;
    padding: 2em;
}
legend{display: none;}

fieldset dd{margin: 0;}
label{font-weight: bold;}
input, textarea
{
    font: 1em Arial, Helvetica, sans-serif;
    color: #B42F44;
    /*background: url(../images/input_bg.gif) no-repeat 0 0;*/
}
input.error, textarea.error
{
    background-color: #FDF0F0;
}
input.button
{
    font: bold 1em Arial, Helvetica, sans-serif;
    background-color: #B42F44;
    background-image: none;
    color: #fff;
}
.clear{clear: both;}






